ListBox.DragRow Event

The user is dragging a row. Drag is the DragItem object that is created automatically.

Syntax

DragRow ( Drag, Row )

Parameters

Drag

DragItem

Row

Integer


Assign the values to the DragItem's properties that the user should drag. Row is the row of the ListBox that is being dragged. You must return True in this event handler to allow the drag to occur.